RealtimeSet<TValue>
RealtimeSet<TValue>
Events
modelAdded
event ModelAdded<TValue> modelAdded
An event that fires when a model is added locally or remotely.
modelRemoved
event ModelRemoved<TValue> modelRemoved
An event that fires when a model is removed locally or remotely.
Properties
Count
int Count { get; }
The number of models currently stored in the collection.
Methods
Add
bool Add(TValue value)
Add a model to the collection
Remove
bool Remove(TValue value)
Remove a model from the collection.
A boolean to indicate whether the model was contained within the collection.
GetEnumerator
IEnumerator<TValue> GetEnumerator()
GetCollectionTypeID
uint GetCollectionTypeID()